/*sider*/
.sider {
	width: 227px;
	overflow: hidden;
	float: left;
	margin-top: -44px;
	padding-bottom: 50px;
}
	.sider dl {}
	.sider dl dt {
		width: 92%;
		height: 44px;
		color: #fff;
		font-size: 16px;
		line-height: 44px;
		padding-left: 8%;
		margin-bottom: 20px;
		background: #2c8c23 url(/images/sider-dt-down.png) no-repeat 200px center;
	}
		.sider dl dt a {
			color: #fff;
			font-size: 16px;
			line-height: 44px;
		}
	.sider dl dd {
		width: 100%;
		overflow: hidden;
		float: left;
	}
		.sider dl dd a {
			display: block;
			width: 90%;
			height: 45px;
			margin: 0 auto;
			line-height: 45px;
			font-size: 16px;
			color: #606060;
			border-bottom: 1px solid #ededed;
			background: url(/images/sider-dd-a.png) no-repeat right center;
		}
		.sider dl dd a.one {
			display: block;
			width: 90%;
			height: 45px;
			margin: 0 auto;
			line-height: 45px;
			font-size: 16px;
			color: #606060;
			border-bottom: 1px solid #ededed;
			background: url(/images/sider-dd-a.png) no-repeat right center;
		}
		.sider dl dd:hover a.one {
			color: #2c8c23;
			background: url(/images/sider-dd-a-c.png) no-repeat right center;
		}
	.sider dl dd ul {
		width: 90%;
		overflow: hidden;
		margin: 0 auto;
		padding: 5px 0;
	}
		.sider dl dd ul li {
			width: 100%;
			overflow: hidden;
			height: 22px;
			float: left;
			padding: 1px 0;
		}
		.sider dl dd ul li a {
			display: block;
			line-height: 22px;
			height: auto;
			color: #888;
			font-size: 14px;
			border-bottom: 0;
			background: none;
		}
		.sider dl dd ul li:hover a {
			color: #2c8c23;
		}
@media only screen and (max-width: 640px) {
	/*sider*/
	.sider {
		display: none;
	}
}